projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c43b4
)
Fix misspelling of "outstanding" ()
author
Dale Sedivec
<dale@codefu.org>
Sun, 21 Oct 2018 20:02:47 +0000
(15:02 -0500)
committer
Michal Krzywkowski
<k.michal@zoho.com>
Wed, 24 Oct 2018 10:53:55 +0000
(12:53 +0200)
Copyright-paperwork-exempt: yes
* eglot.el (eglot--mode-line-format): Fix a typo.
GitHub-reference: https://github.com/joaotavora/eglot/issues/74
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 75d38573e9aedf5c8d5124d0e1405f4f79b54367..3d77a4faf4aa76b0db91ac250fa28f0cc4949eb5 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1000,7
+1000,7
@@
Uses THING, FACE, DEFS and PREPEND."
'compilation-mode-line-run '())))
,@(when (cl-plusp pending)
`("/" ,(eglot--mode-line-props
- (format "%d oustanding requests" pending) 'warning
+ (format "%d ou
t
standing requests" pending) 'warning
'((mouse-3 eglot-forget-pending-continuations
"fahgettaboudit"))))))))))